PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRowCollection Class / addRowWithCells Method
Initial content for the row's cells.
In This Topic
    addRowWithCells Method
    In This Topic
    Adds a new row in the collection and creates a string cell for each value in the array.
    Syntax
    public PDFFlowTableRow addRowWithCells( 
       java.lang.Object[] cellContents
    )

    Parameters

    cellContents
    Initial content for the row's cells.

    Return Value

    The newly created row.
    See Also